home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 August: Tool Chest / Dev.CD Aug 00 TC Disk 1.toast / pc / tool chest / quickdraw / bitblitz 1.0 / source / offscreenutils.h < prev   
Encoding:
Text File  |  1990-09-20  |  536 b   |  17 lines

  1. /*--------------------------------------------------------------------------------------
  2. //
  3. //    File:          OffscreenUtils.h
  4. //
  5. //    Contents:    Header declarations for procedures for the creation, manipulation, and disposal of 
  6. //                offscreen bit structures
  7. //
  8. //    By Georgiann ("George") Delaney
  9. //    © 1989 - 1990, Apple Computer, Inc.
  10. //
  11. //--------------------------------------------------------------------------------------*/
  12.  
  13.  
  14.  
  15. Boolean  CreateOSBitmap        (GrafPtr *theOSBitmap, Rect *bounds);
  16. void       DisposeOSBitmap    (GrafPtr theOSBitmap);
  17.